home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / x_valin.swf / scripts / DefineSprite_107 / frame_2 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  59 b   |  7 lines

  1. t++;
  2. if(t >= tmax)
  3. {
  4.    t = 0;
  5.    gotoAndPlay(10);
  6. }
  7.